home *** CD-ROM | disk | FTP | other *** search
/ Canon Creative 3 / Canon Creative 3 - Disc 2.iso / designe / IMAGES / MISC / SHAPE.OPD < prev    next >
Encoding:
Text File  |  1996-11-19  |  665 b   |  28 lines

  1. #[document 46.65 83.45 129.15 247.85
  2. static oe="odd_even",nzw="nonzero_winding",wc="winding_counting";
  3. static stroked="stroked";
  4. static vert="vertical",horz="horizontal";
  5. static miter="miter",bevel="bevel",round="round";
  6. static butt="butt",proj="projected";
  7. #[page
  8. auto m=move,l=line,c=curve;
  9. auto p;
  10. gc_cspace("Lab");
  11. gc_color(100.0,0.0,0.0);
  12. rect(0,0,0,0);
  13. auto ng=draw(path());
  14. auto s=array(ng);
  15. m(46.65,247.85);
  16. c(46.65,247.85,46.65,165.65,46.65,124.55);
  17. c(46.65,93.85,129.15,83.45,129.15,83.45);
  18. l(129.15,247.40);
  19. l(46.65,247.85);
  20. close_edge();
  21. p=path();
  22. gc_color(0.00,0.00,0.00);
  23. s[0]=draw(p);
  24. page:=s[0];
  25. s=NULL;
  26. #]page
  27. #]document
  28.